home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
progs
/
thor
/
thor_2.4
/
thor.lha
/
rexx
/
BBSRead
/
CfgBBS.br
< prev
next >
Wrap
Text File
|
1996-11-11
|
522b
|
32 lines
/* $VER: CfgBBS.br 3.2 (07.06.94)
**
** Stubb to use CONFIGBBS from cli
*/
parse arg arguments
if ~show('p', 'BBSREAD') then do
address command
"run >nil: `GetEnv THOR/THORPath`bin/LoadBBSRead"
"WaitForPort BBSREAD"
end
address BBSREAD
if arguments = '' then
do
GETCOMMANDINFO CONFIGBBS TEMP
say 'CfgBBS.br 3.2 (07.06.94)'
say 'Lets you use the CONFIGBBS arexx command from CLI.'
say 'Template:' TEMP
exit
end
CONFIGBBS arguments
if(rc ~= 0) then
do
say BBSREAD.LASTERROR
exit
end